home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / UDDIWEB.MSI / publish.context.publishproviderrelationships.aspx < prev    next >
Encoding:
Text File  |  2003-02-21  |  2.2 KB  |  69 lines

  1.  
  2.  
  3. <%@ Page %>
  4. <%@ Register TagPrefix='uddi' Namespace='UDDI.Web' Assembly='uddi.web' %>
  5. <html>
  6.     <HEAD>
  7.         <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252">
  8.         <META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes">
  9.         <META NAME="MS.LOCALE" CONTENT="EN-US">
  10.         <!-- #include file = "publish.header.htm" -->
  11.     </head>
  12.     <body marginwidth="0" marginheight="0" LEFTMARGIN="0" TOPMARGIN="0" rightmargin="0" ONLOAD="BringToFront()">
  13.         <!-- #include file = "publish.heading.htm" -->
  14.         <table class="content" width="100%" cellpadding="8">
  15.             <tr>
  16.                 <td>
  17.                     <h1><img src="..\..\images\business.gif" height="16" width="16" alt="Provider"> Provider - Relationships</h1>
  18.                     Use the <b>Relationships</b> tab to view and manage relationships with other providers.
  19.                     <UL>
  20.                         <li>
  21.                             <b>Relationships:</b> Lists the published relationships with other providers. The provider names, direction, status, and type are listed for each entry.
  22.                                 <ul>
  23.                                 <li class="action">
  24.                                     Click <b>Add Relationship</b> to add a new relationship to this provider.
  25.                                     
  26.                                 </li>
  27.                                 <li class="action">
  28.                                     Click <b>Delete</b> to permanently delete a relationship.
  29.                                 </li>
  30.                                 
  31.                             </ul>
  32.                                         
  33.                         </li>
  34.                         <li>
  35.                             <b>Pending Relationships</b> Lists the relationships that are pending your approval.
  36.                         </li>
  37.                             <ul>
  38.                                 <li class="action">
  39.                                     Click <b>Accept</b> to accept a relationship that is submitted by another provider.
  40.                                 </li>
  41.                             </ul>
  42.                     <LI>Types of relationships
  43.                     
  44.                     <ul>
  45.                                         <LI>
  46.                                 <b>Identity:</b> Both providers represent the same organization.
  47.                                 </li>
  48.                                 <li>
  49.                                 <b>Parent-child:</b> One provider is a parent of the other provider, such as  a subsidiary.
  50.                                 </li>
  51.                                 <li>
  52.                                 <b>Peer-peer:</b> One provider is a peer of the other provider.
  53.                                 </li>
  54.                                     
  55.                                     </ul>
  56.                     </li>
  57.                     </UL>
  58.                     
  59.                     <br>
  60.                     <h3>More Information</h3>
  61.                     <!-- #include file = "glossary.relationship.htm" -->
  62.                 </td>
  63.             </tr>
  64.         </table>
  65.         <!-- #include file = "publish.footer.htm" -->
  66.     </body>
  67. </html>
  68.  
  69.